翻訳と辞書
Words near each other
・ Heveningham Hall
・ Hever
・ Hever Castle
・ Heulandite
・ Heule
・ Heulette Fontenot
・ Heulhae of Silla
・ Heuliez
・ Heuliez Bus
・ Heumann
・ Heumarkt (KVB)
・ Heume-l'Église
・ Heumen
・ Heun
・ Heun function
Heun's method
・ Heun, Nebraska
・ Heunanbe
・ Heuneburg
・ Heuneus
・ Heung Jin Moon
・ Heung Kong Group
・ Heung Kong Tower
・ Heung Shing
・ Heung Yee Kuk
・ Heung Yee Kuk (constituency)
・ Heung Yuen Wai Control Point
・ Heungbu and Nolbu
・ Heungbuga
・ Heungcheonsa


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Heun's method : ウィキペディア英語版
Heun's method
In mathematics and computational science, Heun's method may refer to the improved〔.〕 or modified Euler's method (that is, the explicit trapezoidal rule〔
.〕), or a similar two-stage Runge–Kutta method. It is named after Karl Heun and is a numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. Both variants can be seen as extensions of the Euler method into two-stage second-order Runge–Kutta methods.
The procedure for calculating the numerical solution to the initial value problem via the improved Euler's method is:
:y'(t) = f(t,y(t)), \qquad \qquad y(t_0)=y_0,
by way of Heun's method, is to first calculate the intermediate value \tilde_ and then the final approximation y_ at the next integration point.
:\tilde_ = y_i + h f(t_i,y_i)
:y_ = y_i + \frac(y_i) + f(t_,\tilde_) ),
where h is the step size and t_=t_i+h.
==Description==
Euler’s method is used as the foundation for Heun’s method. Euler's method uses the line tangent to the function at the beginning of the interval as an estimate of the slope of the function over the interval, assuming that if the step size is small, the error will be small. However, even when extremely small step sizes are used, over a large number of steps the error starts to accumulate and the estimate diverges from the actual functional value.
Where the solution curve is concave up, its tangent line will underestimate the vertical coordinate of the next point and vice versa for a concave down solution. The ideal prediction line would hit the curve at its next predicted point. In reality, there is no way to know whether the solution is concave-up or concave-down, and hence if the next predicted point will overestimate or underestimate its vertical value. The concavity of the curve cannot be guaranteed to remain consistent either and the prediction may overestimate and underestimate at different points in the domain of the solution.
Heun’s Method addresses this problem by considering the interval spanned by the tangent line segment as a whole. Taking a concave-up example, the left tangent prediction line underestimates the slope of the curve for the entire width of the interval from the current point to the next predicted point. If the tangent line at the right end point is considered (which can be estimated using Euler’s Method), it has the opposite problem

The points along the tangent line of the left end point have vertical coordinates which all underestimate those that lie on the solution curve, including the right end point of the interval under consideration. The solution is to make the slope greater by some amount. Heun’s Method considers the tangent lines to the solution curve at ''both'' ends of the interval, one which ''overestimates'', and one which ''underestimates'' the ideal vertical coordinates. A prediction line must be constructed based on the right end point tangent’s slope alone, approximated using Euler's Method. If this slope is passed through the left end point of the interval, the result is evidently too steep to be used as an ideal prediction line and overestimates the ideal point. Therefore, the ideal point lies approximately half way between the erroneous overestimation and underestimation, the average of the two slopes.
Euler’s Method is used to roughly estimate the coordinates of the next point in the solution, and with this knowledge, the original estimate is re-predicted or ''corrected''.〔
.〕 Assuming that the quantity \textstyle f(x, y) on the right hand side of the equation can be thought of as the slope of the solution sought at any point \textstyle (x, y) , this can be combined with the Euler estimate of the next point to give the slope of the tangent line at the right end-point. Next the average of both slopes is used to find the corrected coordinates of the right end interval.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Heun's method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.